CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matrix c

搜索资源列表

  1. C++ Matrix Template Class Library Lite V1.12

    0下载:
  2. This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40005
    • 提供者:秦子翼
  1. uc1698源代码 安的利电力负控160160液晶

    1下载:
  2. uc1698源代码,用于安的利电力负控160160液晶。对于其他点阵的液晶有很好的参考价值。,uc1698 source code for the security of the benefit of electricity 160,160 LCD negative control. For other dot-matrix liquid crystal have a very good reference value.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-22
    • 文件大小:3210
    • 提供者:arin
  1. 64x64LED.16字 LED点阵屏+DS1302电子钟 C 程序

    1下载:
  2. 16字 LED点阵屏+DS1302电子钟 C 程序 1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P00 8脚接后备电源,可以接老计算机主板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容 电压在2.5V以上即可维持 595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复位键。在对时钟调整时未对调整 项做闪烁处理,16-chara
  3. 所属分类:汇编语言

    • 发布日期:2015-07-30
    • 文件大小:3635
    • 提供者:
  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:bedding
  1. c

    0下载:
  2. C语言的数值计算源代码集合,包括矩阵计算、方程求根、插值等算法-C language source code for a collection of numerical calculation, including the matrix calculation, equation Roots, interpolation algorithms。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:8709
    • 提供者:Royal
  1. Matrix

    0下载:
  2. 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4157
    • 提供者:郭挺
  1. Matrix

    0下载:
  2. C#的矩阵运算,包括加减乘除,求逆等-C#, matrix operations, including addition and subtraction multiplication and division, inverse, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:11606
    • 提供者:Huazhong
  1. Ssd1818a_Appnote

    0下载:
  2. The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code as my support. 96*64 dot matrix Graphic LCD controller: SSD1818A Parallel interface Initial routine code Command write and Data write
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:750241
    • 提供者:Jianan
  1. Matrix

    2下载:
  2. C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
  3. 所属分类:C#编程

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:wangyong
  1. FontMaker

    0下载:
  2. 1、从Keil C源代码中自动提取中文字符,并生成从左至右、从上至下顺序的字库文件; 2、生成的字库自动按升序排列; 3、提取中文时自动识别并跳过注释内容; 4、可自动分辨点阵大小,须在源代码中行末加注释。如行末加“//12X12”表示该行中的中文字符全部为12X12点阵-1, from the Keil C source code automatic extraction of Chinese characters, and generates from left to right
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:6131609
    • 提供者:李军
  1. MISRA C Compliance Matrix

    0下载:
  2. MISRA C Compliance Matrix
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:232831
    • 提供者:林金明
  1. Matrix

    2下载:
  2. C语言课程设计---矩阵运算,用 TurboC 在图形模式下开发,如果不能运行请改下 initgraph()函数-C language curriculum design--- matrix calculation, using TurboC development in graphics mode, if it can not run, please change under initgraph () function
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:47966
    • 提供者:gao745
  1. TypingGame

    0下载:
  2. 打字游戏,有矩阵,C实现,三维数组,思路很清晰-Typing game, there are matrix, C the realization of three-dimensional array, very clear ideas
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2814
    • 提供者:ximeer
  1. Matrix

    0下载:
  2. C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了-C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:213941
    • 提供者:
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. 8x8-matrix-display-avr-code

    0下载:
  2. avr 8x8 dot matrix source code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2550
    • 提供者:balraj
  1. gl-matrix.c-master

    0下载:
  2. gl-matrix.c: C Matrix library for OpenGL apps. A port of the gl-matrix Javascr ipt library.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:13333
    • 提供者:qiaoben
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:leser
  1. Matrix C#

    0下载:
  2. Matrix calculation using c#
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1033216
    • 提供者:LQSWPU
  1. week04

    0下载:
  2. Matrix C for PIC 16F877
  3. 所属分类:DSP编程

    • 发布日期:2018-04-29
    • 文件大小:112640
    • 提供者:hustdev
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com